home *** CD-ROM | disk | FTP | other *** search
- PXFFASTEXIT(3F) Last changed: 3-4-98
-
-
- NNAAMMEE
- PPXXFFFFAASSTTEEXXIITT - Terminates a Fortran program
-
- SSYYNNOOPPSSIISS
- SSUUBBRROOUUTTIINNEE PPXXFFFFAASSTTEEXXIITT ((_i_s_t_a_t_u_s))
- IINNTTEEGGEERR _i_s_t_a_t_u_s
-
- IIMMPPLLEEMMEENNTTAATTIIOONN
- UNICOS, UNICOS/mk, and IRIX systems
-
- SSTTAANNDDAARRDDSS
- IEEE standard interface for FORTRAN 77
-
- DDEESSCCRRIIPPTTIIOONN
- The PPXXFFFFAASSTTEEXXIITT subroutine uses __eexxiitt(2) to terminate a process.
- PPXXFFFFAASSTTEEXXIITT ends the execution of a Fortran program.
-
- The following is the valid argument for this routine:
-
- _i_s_t_a_t_u_s A default integer input variable containing the status to be
- returned to the parent process of the terminated process.
-
- On IRIX systems, this routine is in lliibbffoorrttrraann..ssoo which is linked by
- default when compiling programs with the MIPSpro 7 Fortran 90 compiler
- or when compiling programs with the --ccrraayylliibbss option to the MIPSpro
- 7.2 F77 compiler.
-
- When using the CF90 compiler or MIPSpro 7 Fortran 90 compiler on
- UNICOS, UNICOS/mk, or IRIX systems, all arguments must be of default
- kind unless documented otherwise. On UNICOS and UNICOS/mk, default
- kind is KKIINNDD==88 for integer, real, complex, and logical arguments; on
- IRIX systems, the default kind is KKIINNDD==44.
-
- NNOOTTEESS
- Replace the subroutine reference to EEXXIITT or __eexxiitt(()) with a subroutine
- call to PPXXFFFFAASSTTEEXXIITT.
-
- EEXXAAMMPPLLEESS
- PROGRAM PXFTEST
- INTEGER ISTATUS
- IERROr = 2
- CALL PXFFASTEXIT(ISTATUS)
- !
- ! PRINT should not be executed if the call to PXFFASTEXIT
- ! is successful.
- !
- PRINT *,'FAILED: PXFFASTEXIT CALL RETURNED'
- END
-
- SSEEEE AALLSSOO
- _A_p_p_l_i_c_a_t_i_o_n _P_r_o_g_r_a_m_m_e_r'_s _L_i_b_r_a_r_y _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l, publication
- SR-2165, for the printed version of this man page.
-